home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Updater⁄Infos / Frontier 2.0 => 2.0.1 Upgrader / Install Files / DocServer Docs / file.fileFromPath < prev    next >
Text File  |  1993-02-25  |  629b  |  15 lines

  1.  
  2. Verb    file.fileFromPath
  3. Syntax    file.fileFromPath (path)
  4. Parameters    path is a legal path name to the file or folder whose name you wish to determine.
  5. Action    Extracts the file name from the path.
  6. Returns    The name of the object at path as a string.
  7. Examples    file.fileFromPath ("System:System Folder:Finder")
  8.     » Finder
  9. file.fileFromPath ("System:System Folder:")  
  10.     » System Folder:  « path is a folder.
  11. Notes    • file.fileFromPath returns the last name in the path. There is no guarantee that the item exists.
  12. • If a folder path is provided, file.fileFromPath returns the folder name.
  13. See Also    file.folderFromPath
  14. file.volumeFromPath
  15.